Package-level declarations
Types
Paired with WithCustomPerms. Defines the permissions needed for "admin" access to the config.
Java-field-friendly version of TomlBlockArray
Marks the annotated config entry as modifiable by any player, not just Ops.
Java field-friendly version of TomlComment
Provides the path to an old config file used before updating to FzzyConfig. FzzyConfig will attempt to read the file and scrape as much data as possible from it into the new config class and format (TOML).
A config marked with this annotation will attempt to ignore field visibility when de/serialization
Java field-friendly version of TomlInline
Java field-friendly version of TomlInteger
Java field-friendly version of TomlLiteralString
Java field-friendly version of TomlMultilimeString
Properties fields marked with RequiresAction will prompt the user that changes will require a certain action as defined by the Action enum selected
Properties or fields marked with RequiresRestart will prompt the user that changes will require a restart of the server/client
Defines a custom translation key prefix for the annotated members, or all members of the annotated class.
Defines the version of the config file.
Paired with AdminAccess Applies custom permission restrictions to a config setting. Overridden by ClientModifiable
Applies permission restrictions to a config setting.